home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / handson / supercede / Knowodys / TOPICS / audio2 / T2602S2.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1997-08-11  |  31.2 KB  |  1 channel  |  8,000 sample rate  |  30 seconds
Transcription: This example demonstrates each of the arithmetic operators with type int arguments. The operators exist for all primitive types and will perform their function in the manner appropriate for the argument types. An operator requires each of its arguments to be the same data type, and the result of the operation will also be that data type. If one of the arguments is a different data type, Java will apply an implicit conversion to make the argument types identical.